Skip to content

feat(MockedAnnotation): mocked annotation#1183

Merged
akshaylive merged 1 commit intomainfrom
akshaya/simulated_annotation
Jan 24, 2026
Merged

feat(MockedAnnotation): mocked annotation#1183
akshaylive merged 1 commit intomainfrom
akshaya/simulated_annotation

Conversation

@akshaylive
Copy link
Collaborator

@akshaylive akshaylive commented Jan 22, 2026

Annotation that mark that a response is mocked.

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.5.39.dev1011834238",

  # Any version from PR
  "uipath>=2.5.39.dev1011830000,<2.5.39.dev1011840000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath>=2.5.39.dev1011830000,<2.5.39.dev1011840000",
]

@akshaylive akshaylive added the build:dev Create a dev build from the pr label Jan 22, 2026
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Jan 22, 2026
@akshaylive akshaylive force-pushed the akshaya/simulated_annotation branch from 84c3ace to c7f5e06 Compare January 23, 2026 18:48
@akshaylive akshaylive force-pushed the akshaya/simulated_annotation branch from c7f5e06 to af4d43c Compare January 24, 2026 17:39
@akshaylive akshaylive changed the title [WIP] feat(SimulatedAnnotation): simulated annotation feat(SimulatedAnnotation): simulated annotation Jan 24, 2026
@akshaylive akshaylive changed the title feat(SimulatedAnnotation): simulated annotation feat(SimulatedAnnotation): mocked annotation Jan 24, 2026
@akshaylive akshaylive changed the title feat(SimulatedAnnotation): mocked annotation feat(MockedAnnotation): mocked annotation Jan 24, 2026
@akshaylive akshaylive enabled auto-merge (squash) January 24, 2026 17:50
Annotation that mark that simulation=True.
@akshaylive akshaylive force-pushed the akshaya/simulated_annotation branch from af4d43c to 33af057 Compare January 24, 2026 18:06
Copy link
Contributor

@saksharthakkar saksharthakkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akshaylive akshaylive merged commit 0071dc2 into main Jan 24, 2026
89 checks passed
@akshaylive akshaylive deleted the akshaya/simulated_annotation branch January 24, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants